/* ===== ПРОДАЮЩАЯ HERO-СЕКЦИЯ ДЛЯ УСЛУГ 1С ===== */
.slider-tarifs.one-c-services {
  min-height: 100vh;
  background: linear-gradient(120deg, rgba(18, 25, 33, 0.85) 0%, rgba(28, 38, 48, 0.85) 50%, rgba(18, 25, 33, 0.85) 100%), url('assets/templates/img/ban2.jpg') no-repeat center center;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 150px 80px 80px 80px;
}

/* Основные градиенты и цвета */
:root {
  --sales-gradient-primary: linear-gradient(90deg, #fd7921 0%, #f3761b 100%);
  --sales-gradient-dark: linear-gradient(120deg, #121921 0%, #1c2630 50%, #121921 100%);
  --sales-primary: #fd7921;
  --sales-success: #86bc42;
  --sales-trust: #6a91d0;
  --sales-1c: #4dbc97; /* Цвет для 1С */
  --sales-shadow-cta: 0 10px 30px rgba(253, 121, 33, 0.4);
  --sales-shadow-trust: 0 5px 15px rgba(106, 145, 208, 0.3);
}

/* Особые стили для 1С */
.one-c-services .hero-badge {
  background: var(--sales-1c);
  box-shadow: 0 5px 15px rgba(77, 188, 151, 0.3);
}

.one-c-services .trust-item i {
  color: var(--sales-1c);
}

.one-c-services .hero-circle-1 {
  background: radial-gradient(circle, rgba(77, 188, 151, 0.15) 0%, rgba(77, 188, 151, 0) 70%);
}

/* Декоративные элементы фона */
.hero-bg-element {
  position: absolute;
  z-index: -1;
}

.hero-circle-1 {
  top: -20%;
  right: -10%;
  width: 70%;
  height: 140%;
  animation: pulse-bg 12s infinite alternate;
}

.hero-circle-2 {
  bottom: -30%;
  left: -15%;
  width: 60%;
  height: 120%;
  background: radial-gradient(circle, rgba(106, 145, 208, 0.08) 0%, rgba(106, 145, 208, 0) 70%);
  animation: pulse-bg 15s infinite alternate-reverse;
}

.hero-grid {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(255,255,255,0.03)' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
}

/* Плавающие формы */
.hero-floating-shape {
  position: absolute;
  z-index: -1;
}

.hero-shape-1 {
  top: 15%;
  left: 10%;
  width: 120px;
  height: 120px;
  background: linear-gradient(45deg, rgba(77, 188, 151, 0.1) 0%, rgba(100, 220, 180, 0.1) 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: float 8s ease-in-out infinite;
}

.hero-shape-2 {
  bottom: 20%;
  right: 10%;
  width: 180px;
  height: 180px;
  background: linear-gradient(45deg, rgba(253, 121, 33, 0.1) 0%, rgba(255, 154, 81, 0.05) 100%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: float 10s ease-in-out infinite 1s;
}

/* Контейнер для контента */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-content-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(30px, 5vw, 50px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  z-index: 1;
  animation: fadeSlideUp 1s forwards;
  max-width: 800px;
  margin: 0 auto;
}

.hero-content-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--sales-gradient-primary);
  z-index: 0;
}

/* Заголовок и подзаголовок */
.hero-title {
  font-family: var(--font-primary);
    font-size:  2.2rem;
    font-weight: 800;
    line-height: 1.1;
  color: #ffffff;
  margin: 2px auto 20px;
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
}

.hero-title span {
  color: var(--sales-primary);
  position: relative;
  display: inline-block;
  text-align: center;
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto 35px;
  font-weight: 300;
  max-width: 95%;
  text-align: center;
}

/* Бейдж профессионализма */
.hero-badge {
  position: absolute;
  top: 20px;
  right: 30px;
  background: var(--sales-trust);
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--sales-shadow-trust);
}

.hero-badge i {
  font-size: 18px;
}

/* Доверительные элементы */
.trust-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 30px auto 40px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.trust-item i {
  color: var(--sales-success);
  font-size: 20px;
}

.trust-item span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
}

/* Премиальная CTA-кнопка */
.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.hero-actions .btn,
.btn.popup-with-form {
  background: var(--sales-gradient-primary);
  color: white;
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  font-weight: 700;
  padding: clamp(0.75rem, 2vw, 1rem) clamp(1rem, 3vw, 2.2rem);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: var(--sales-shadow-cta);
  border: none;
  text-transform: uppercase;
  letter-spacing: max(0.5px, 0.05em);
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
}

.btn.popup-with-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: all 0.6s ease;
  z-index: 0;
}

.btn.popup-with-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(253, 121, 33, 0.4);
}

.btn.popup-with-form:hover::before {
  animation: shine 1.5s infinite;
}

.btn.popup-with-form i {
  font-size: 20px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.btn.popup-with-form:hover i {
  transform: translateX(4px);
}

/* Таймер ограниченного предложения */
.offer-timer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-align: center;
}

.offer-timer i {
  color: var(--sales-savings);
  font-size: 18px;
}

.offer-timer .countdown {
  background: rgba(0, 0, 0, 0.2);
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 700;
  color: var(--sales-savings);
}

/* Анимации */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse-bg {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.9;
    transform: scale(1.05);
  }
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/* Адаптивность */
@media (max-width: 992px) {
  .hero-content-box {
    padding: 40px 30px;
  }
  
  .hero-badge {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
    align-self: flex-start;
    display: inline-flex;
  }
  
  .trust-features {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .slider-tarifs.one-c-services {
    padding: 60px 0;
  }
  
  .hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }
  
  .hero-content-box {
    margin: 0 15px;
  }
  
  .hero-circle-1, .hero-circle-2 {
    opacity: 0.5;
  }
}

@media (max-width: 576px) {
  .slider-tarifs.one-c-services {
    padding: 40px 0;
    min-height: auto;
  }
  
  .hero-content-box {
    padding: 30px 20px;
  }
  
  .hero-badge {
    font-size: 12px;
    padding: 6px 15px;
  }
  
  .hero-title {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }
  
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  
  .offer-timer {
    flex-direction: column;
    gap: 5px;
  }
  
  .hero-actions .btn,
  .btn.popup-with-form {
    font-size: 0.875rem;
    padding: 0.625rem 1rem;
    width: 100%;
  }
  
  .hero-actions .btn i,
  .btn.popup-with-form i {
    font-size: 1rem;
  }
}

@media (max-width: 360px) {
  .hero-actions .btn,
  .btn.popup-with-form {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
  }
}

/* ================ ОСНОВНАЯ СЕКЦИЯ ================ */
.desc-service {
  padding: 80px 0;
  position: relative;
  background: #fff;
  z-index: 1;
}

.desc-service::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(236, 163, 5, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.desc-service h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 25px;
  line-height: 1.3;
  color: #333;
  position: relative;
}

.desc-service h1::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #eca305;
  margin-top: 15px;
  border-radius: 1.5px;
}

.desc-service p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 40px;
  color: #444;
}

.img-header {
  background: linear-gradient(to right, #eca305, #f7c242);
  color: white;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.img-responsive:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Заголовки в цвете компании */
h3[style*="color: #eca305"] {
  color: #eca305 !important;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 25px;
  line-height: 1.3;
  position: relative;
  padding-left: 15px;
}

h3[style*="color: #eca305"]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  background: #eca305;
  border-radius: 2px;
}

/* Современный список преимуществ - Футуристический */
.article_list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  counter-reset: list-counter;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article_list li {
  position: relative;
  padding: 28px 28px 28px 80px;
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%),
    linear-gradient(45deg, transparent 30%, rgba(236, 163, 5, 0.03) 50%, transparent 70%);
  border: 1px solid rgba(236, 163, 5, 0.15);
  border-radius: 16px;
  backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  counter-increment: list-counter;
  overflow: hidden;
}

.article_list li::before {
  content: counter(list-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #eca305 0%, #f6b73c 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 
    0 4px 20px rgba(236, 163, 5, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
}

.article_list li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(236, 163, 5, 0.05) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.article_list li:hover {
  transform: translateX(8px);
  border-color: rgba(236, 163, 5, 0.3);
  box-shadow: 
    -8px 8px 32px rgba(236, 163, 5, 0.1),
    0 4px 20px rgba(0, 0, 0, 0.08);
}

.article_list li:hover::before {
  transform: translateY(-50%) scale(1.1) rotate(5deg);
  box-shadow: 
    0 8px 32px rgba(236, 163, 5, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.article_list li:hover::after {
  transform: translateX(100%);
}

.article_list h3 {
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  color: #2d3748 !important;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.article_list li:hover h3 {
  color: #1a202c !important;
  transform: translateX(4px);
}

/* Специальные стили для важных пунктов */
.article_list li:nth-child(4) {
  background: 
    linear-gradient(135deg, rgba(236, 163, 5, 0.08) 0%, rgba(255, 255, 255, 0.95) 100%),
    linear-gradient(45deg, transparent 30%, rgba(236, 163, 5, 0.05) 50%, transparent 70%);
  border-left: 4px solid #eca305;
}

.article_list li:nth-child(4)::before {
  background: linear-gradient(135deg, #d69e04 0%, #eca305 100%);
  box-shadow: 
    0 6px 24px rgba(236, 163, 5, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* Анимированный прогресс-бар */
.progress-bar {
  margin-top: 20px;
  height: 8px;
  background: rgba(236, 163, 5, 0.1);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.progress-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 85%;
  background: linear-gradient(90deg, #eca305 0%, #f6b73c 50%, #eca305 100%);
  background-size: 200% 100%;
  border-radius: 20px;
  animation: progressSlide 2s ease-out, progressShimmer 3s linear infinite 2s;
  box-shadow: 0 0 12px rgba(236, 163, 5, 0.6);
}

@keyframes progressSlide {
  from { width: 0%; }
  to { width: 85%; }
}

@keyframes progressShimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* Адаптивность */
@media (max-width: 768px) {
  .article_list li {
    padding: 24px 24px 24px 70px;
  }
  
  .article_list li::before {
    left: 16px;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  
  .article_list h3 {
    font-size: 16px !important;
  }
  
  .article_list li:hover {
    transform: translateX(4px);
  }
}


/* Прогресс-бар */
.progress-bar {
  height: 4px;
  background: rgba(236, 163, 5, 0.2);
  border-radius: 2px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
}

.progress-bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #eca305;
  border-radius: 2px;
  animation: progress 1.5s ease-out forwards;
}

@keyframes progress {
  0% { width: 0; }
  100% { width: 80%; }
}

/* ================ СЕКЦИЯ ЦЕН ================ */
/* ===== ЦЕНЫ ===== */
.price-section {
  background: var(--sales-light, #f7f9fc);
  position: relative;
  z-index: 1;
  padding: 80px 15px;
  overflow: hidden;
}

.price-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(255,107,0,0.03)' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

/* Плавающие круги для фонового эффекта */
.price-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.1) 0%, rgba(255, 107, 0, 0.02) 100%);
  top: -100px;
  right: -100px;
  z-index: 0;
  pointer-events: none;
  animation: float-element 20s infinite alternate ease-in-out;
}

@keyframes float-element {
  0% { 
    transform: translate(0, 0) rotate(0deg); 
  }
  100% { 
    transform: translate(-50px, 50px) rotate(10deg); 
  }
}

.price-content {
  padding: clamp(25px, 5vw, 45px);
  background: white;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
  height: 100%;
  position: relative;
  margin-bottom: 35px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.price-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.05);
}

/* Бейдж ограниченного предложения */
.price-offer-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--sales-savings, #ffc107);
  color: var(--sales-dark, #0a2540);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 5px 20px rgba(255, 193, 7, 0.3);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  transform-origin: right center;
  animation: pulse-badge 2s infinite alternate;
  z-index: 2;
}

@keyframes pulse-badge {
  0%, 100% { 
    transform: scale(1); 
  }
  50% { 
    transform: scale(1.05); 
  }
}

.price-offer-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 7px 25px rgba(255, 193, 7, 0.4);
}

.price-offer-badge i {
  font-size: 16px;
  flex-shrink: 0;
  animation: flash 4s infinite;
}

@keyframes flash {
  0%, 40%, 80%, 100% { 
    opacity: 1; 
  }
  20%, 60% { 
    opacity: 0.6; 
  }
}

/* Декоративный элемент для карточки */
.price-content::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, var(--sales-primary, #ff6b00), var(--sales-primary, #ff6b00) 30%, transparent);
  height: 5px;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  z-index: 1;
}

.price-title {
  font-size: clamp(24px, 5vw, 34px);
  color: var(--sales-secondary, #0a2540);
  margin-bottom: 25px;
  font-weight: 800;
  position: relative;
  word-break: break-word;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.price-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--sales-primary, #ff6b00), #ff8c40);
  border-radius: 5px;
  transition: width 0.3s ease;
}

.price-content:hover .price-title::after {
  width: 120px;
}

.price-text {
  font-size: clamp(16px, 4vw, 18px);
  color: rgba(10, 37, 64, 0.75);
  margin-bottom: 35px;
  line-height: 1.6;
}

.price-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
  margin-top: 35px;
}

.price-badge {
  background: var(--sales-light, #f7f9fc);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  border-left: 5px solid var(--sales-primary, #ff6b00);
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.price-badge::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.05) 0%, rgba(255, 107, 0, 0) 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.price-badge:hover {
  transform: translateY(-7px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
}

.price-badge:hover::after {
  opacity: 1;
}

.badge-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sales-primary, #ff6b00), #ff8c40);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 0;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 107, 0, 0.2);
  position: relative;
  z-index: 1;
}

.price-badge:hover .badge-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px rgba(255, 107, 0, 0.3);
}

.badge-text {
  font-weight: 700;
  color: var(--sales-secondary, #0a2540);
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

.price-calculator {
  background: linear-gradient(120deg, #0a2540 0%, #153a5f 100%);
  border-radius: 24px;
  padding: clamp(25px, 5vw, 45px);
  height: 100%;
  position: relative;
  box-shadow: 0 15px 50px rgba(10, 37, 64, 0.25);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-calculator:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(10, 37, 64, 0.3);
}

/* Улучшенный фоновый эффект */
.price-calculator::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 80%;
  height: 150%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.15) 0%, rgba(255, 107, 0, 0) 70%);
  animation: pulse-bg 15s infinite alternate ease-in-out;
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
}

/* Добавим второй элемент для более интересного фона */
.price-calculator::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 70%;
  height: 140%;
  background: radial-gradient(circle, rgba(0, 132, 255, 0.1) 0%, rgba(0, 132, 255, 0) 70%);
  animation: pulse-bg 18s infinite alternate-reverse ease-in-out;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
}

@keyframes pulse-bg {
  0% {
    opacity: 0.6;
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: rotate(10deg);
  }
}

.calculator-content {
  position: relative;
  z-index: 1;
}

.calculator-title {
  font-size: clamp(24px, 5vw, 32px);
  color: white;
  margin-bottom: 25px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.2;
  position: relative;
}

.calculator-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--sales-primary, #ff6b00), #ff8c40);
  border-radius: 5px;
  transition: width 0.3s ease;
}

.price-calculator:hover .calculator-title::after {
  width: 120px;
}

.calculator-text {
  font-size: clamp(16px, 4vw, 18px);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
  line-height: 1.6;
}

/* Гарантия удовлетворения */
.satisfaction-guarantee {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px 22px;
  border-radius: 14px;
  margin-bottom: 35px;
  flex-wrap: wrap;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.satisfaction-guarantee:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.satisfaction-guarantee i {
  font-size: 26px;
  color: var(--sales-savings, #ffc107);
  flex-shrink: 0;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.satisfaction-guarantee span {
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.open-price {
  background: linear-gradient(135deg, var(--sales-primary, #ff6b00), #ff8c40);
  color: white;
  font-weight: 700;
  font-size: clamp(16px, 4vw, 18px);
  padding: 18px clamp(20px, 5vw, 35px);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(255, 107, 0, 0.3);
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}

.open-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: all 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.open-price:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(255, 107, 0, 0.4);
  background: linear-gradient(135deg, #ff8c40, var(--sales-primary, #ff6b00));
}

.open-price:active {
  transform: translateY(0px);
  box-shadow: 0 8px 20px rgba(255, 107, 0, 0.4);
}

.open-price:hover::before {
  animation: shine 1.5s infinite;
}

.open-price i {
  font-size: 20px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.open-price:hover i {
  transform: translateX(6px);
}

/* Дополнительные стили для некоторых элементов */
.container {
  position: relative;
}

/* Медиа-запросы для различных размеров экрана */
@media (max-width: 1199px) {
  .price-section {
    padding: 70px 15px;
  }
  
  .price-badge {
    padding: 16px;
  }
}

@media (max-width: 991px) {
  .price-content, .price-calculator {
    margin-bottom: 35px;
  }
  
  .price-section {
    padding: 60px 15px;
  }
}

@media (max-width: 767px) {
  .price-section {
    padding: 50px 15px;
  }
  
  .price-offer-badge {
    top: 15px;
    right: 15px;
    font-size: 12px;
    padding: 6px 15px;
  }
  
  .badge-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  
  .price-badge {
    padding: 14px;
    gap: 12px;
  }
  
  .price-badge:hover {
    transform: translateY(-5px);
  }
  
  .satisfaction-guarantee {
    padding: 15px 18px;
  }
}

@media (max-width: 576px) {
  .price-section {
    padding: 40px 10px;
  }
  
  .price-content, .price-calculator {
    padding: 25px 20px;
  }
  
  .price-badges {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .satisfaction-guarantee {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 15px;
  }
  
  .open-price {
    padding: 16px 24px;
  }
  
  .price-title::after,
  .calculator-title::after {
    width: 60px;
  }
  
  .price-content:hover .price-title::after,
  .price-calculator:hover .calculator-title::after {
    width: 90px;
  }
}

@media (max-width: 480px) {
  .price-offer-badge {
    top: 10px;
    right: 10px;
    font-size: 11px;
    padding: 5px 12px;
  }
  
  .price-badge {
    padding: 12px;
  }
  
  .badge-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  
  .open-price {
    font-size: 14px;
    padding: 14px 20px;
  }
  
  .open-price i {
    font-size: 18px;
  }
}

/* Добавление темного режима */
@media (prefers-color-scheme: dark) {
  .price-content {
    background: #1a1f36;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .price-badge {
    background: rgba(255, 255, 255, 0.05);
  }
  
  .price-text {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .price-title, .badge-text {
    color: white;
  }
  
  .price-section {
    background: #0f1729;
  }
}

/* Анимация для появления элементов при прокрутке */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.price-content {
  animation-delay: 0.1s;
}

.price-calculator {
  animation-delay: 0.3s;
}

/* Дополнительные улучшения доступности */
.open-price:focus {
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.5), 0 10px 30px rgba(255, 107, 0, 0.3);
  outline: none;
}

.price-badge:focus-within {
  outline: 2px solid var(--sales-primary, #ff6b00);
  outline-offset: 2px;
}


/* ================ АНИМАЦИИ ================ */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
  text-align: left;
}

/* Кнопка наверх */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #eca305;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.back-to-top::before {
  content: "↑";
  font-size: 24px;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: #d89200;
  transform: translateY(-3px);
}

/* ================ АДАПТИВНОСТЬ ================ */
@media (max-width: 1199px) {
  .slider-tarifs {
    padding: 120px 0;
  }
  
  .slider-tarifs h2 {
    font-size: 42px;
  }
  
  .slider-tarifs p {
    font-size: 20px;
  }
  
  .desc-service h1 {
    font-size: 32px;
  }
  
  h3[style*="color: #eca305"] {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .slider-tarifs {
    padding: 100px 0;
  }
  
  .slider-tarifs h2 {
    font-size: 36px;
  }
  
  .slider-tarifs p {
    font-size: 18px;
  }
  
  .col-lg-5 {
    width: 50%;
  }
  
  .desc-service {
    padding: 60px 0;
  }
  
  .desc-service h1 {
    font-size: 28px;
  }
  
  .desc-service p {
    font-size: 16px;
  }
  
  h3[style*="color: #eca305"] {
    font-size: 20px;
  }
  
  .pricelist h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .col-md-6,
  .col-md-5,
  .col-md-7,
  .col-lg-5 {
    width: 100%;
  }
  
  .slider-tarifs {
    padding: 80px 0;
  }
  
  .justify-content-end {
    justify-content: center;
    text-align: center;
  }
  
  .slider-tarifs h2 {
    font-size: 32px;
  }
  
  .slider-tarifs h2::after {
    margin-left: auto;
    margin-right: auto;
  }
  
  .slider-tarifs p {
    font-size: 17px;
  }
  
  .desc-service h1 {
    font-size: 24px;
    text-align: center;
  }
  
  .desc-service h1::after {
    margin-left: auto;
    margin-right: auto;
  }
  
  .desc-service p {
    font-size: 15px;
    text-align: center;
  }
  
  h3[style*="color: #eca305"] {
    font-size: 18px;
    text-align: center;
    padding-left: 0;
  }
  
  h3[style*="color: #eca305"]::before {
    display: none;
  }
  
  .pricelist {
    text-align: center;
  }
  
  .pricelist h2 {
    font-size: 26px;
  }
  
  .pricelist .calc-wrap {
    justify-content: center;
    margin-top: 20px;
  }
  
  .progress-bar {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .slider-tarifs {
    padding: 60px 0;
  }
  
  .slider-tarifs h2 {
    font-size: 28px;
  }
  
  .slider-tarifs p {
    font-size: 16px;
  }
  
  .slider-tarifs .btn,
  .popup-with-form.btn {
    padding: 14px 28px;
    font-size: 16px;
  }
  
  .desc-service {
    padding: 40px 0;
  }
  
  .desc-service h1 {
    font-size: 22px;
  }
  
  .article_list li {
    padding-left: 25px;
  }
  
  .article_list li::before {
    width: 14px;
    height: 14px;
  }
  
  .pricelist h2 {
    font-size: 24px;
  }
  
  .pricelist .btn {
    padding: 12px 24px;
    font-size: 15px;
  }
}